SciChart.Drawing Assembly > SciChart.Drawing.Common Namespace > RenderContextBase Class > DrawPixelsVertically Method : DrawPixelsVertically(Int32,Int32,Int32[],IList<Int32>,Double,Boolean,Boolean) Method
Screen X coordinate where to draw pixels
Screen X coordinate where to draw pixels
An array of yCoordinates on YAxis
The list of pixel colors to draw
The Opacity of the line from 0.0 to 1.0
if set to true then X values are to each other and the same is for Y values.
if set to true then y axis is flipped.
DrawPixelsVertically(Int32,Int32,Int32[],IList<Int32>,Double,Boolean,Boolean) Method
Draws vertical scan line for heatmap from bottom to top, from yStart to yEnd
Syntax
public abstract void DrawPixelsVertically( 
   int xLeft,
   int xRight,
   int[] yCoordinates,
   IList<int> pixelColorsArgb,
   double opacity,
   bool isUniform,
   bool yAxisIsFlipped
)

Parameters

xLeft
Screen X coordinate where to draw pixels
xRight
Screen X coordinate where to draw pixels
yCoordinates
An array of yCoordinates on YAxis
pixelColorsArgb
The list of pixel colors to draw
opacity
The Opacity of the line from 0.0 to 1.0
isUniform
if set to true then X values are to each other and the same is for Y values.
yAxisIsFlipped
if set to true then y axis is flipped.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also